home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Professional Soft Collection 1.02
/
Professional Soft Collection 1.02.iso
/
archivat
/
arj242a.exe
/
ARJDISP.BAT
< prev
next >
Wrap
DOS Batch File
|
1994-12-30
|
437b
|
16 lines
REM ARJDISP.BAT
REM Batch file to demonstrate special ARJ display feature
echo off
echo ARJDISP demonstration batch program
if not exist ARJ242A.EXE goto error
if not exist ARJ.EXE goto error
if not exist ARJ$DISP.EXE goto error
arj$disp test
goto end
:error
echo To run this program, the files ARJ.EXE, ARJ$DISP.EXE, and ARJ242A.EXE
echo should all be in this directory. This program will not write to any files.
:end